home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / cocoon.swf / scripts / frame_19 / PlaceObject2_321_187 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  132 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(num < 100)
  3.    {
  4.       i++;
  5.       num = i % 101;
  6.       _root.bgm.setVolume(100 - num);
  7.    }
  8. }
  9.